home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / DiskDefrag.exe / 0 / RCDATA / TMECONTACTFORM / TMECONTACTFORM.txt
Text File  |  2008-10-30  |  1KB  |  57 lines

  1. object ContactForm: TMEContactForm
  2.   Message = 'Contact Information'
  3.   MinWidth = 0
  4.   OnAction = 'madExcept.HandleContactForm'
  5.   Timer = 0
  6.   object ContinueBtn: INVButton
  7.     Caption = 'Continue'
  8.     Enabled = True
  9.     NoOwnerDraw = False
  10.   end
  11.   object SkipBtn: INVButton
  12.     Caption = 'Skip'
  13.     Enabled = False
  14.     NoOwnerDraw = False
  15.   end
  16.   object AbortBtn: INVButton
  17.     Caption = 'Abort'
  18.     Enabled = True
  19.     NoOwnerDraw = False
  20.   end
  21.   object Label1: INVLabel
  22.     Caption = 'your name:'
  23.     Enabled = True
  24.     Spacing = 0
  25.   end
  26.   object NameEdit: INVEdit
  27.     Enabled = True
  28.     Lines = 1
  29.     Optional = True
  30.     OutputName = 'contact name'
  31.     OutputType = nvoHeader
  32.     Spacing = 0
  33.     Text = ''
  34.   end
  35.   object Label2: INVLabel
  36.     Caption = 'your email:'
  37.     Enabled = True
  38.     Spacing = 0
  39.   end
  40.   object EmailEdit: INVEdit
  41.     Enabled = True
  42.     Lines = 1
  43.     Optional = False
  44.     OutputName = 'contact email'
  45.     OutputType = nvoHeader
  46.     Spacing = 0
  47.     Text = ''
  48.   end
  49.   object MemCheck: INVCheckBox
  50.     Checked = False
  51.     Enabled = True
  52.     OutputName = ''
  53.     Spacing = 0
  54.     Text = 'some text'
  55.   end
  56. end
  57.